@charset "utf-8";
html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  margin: 0;
  font-size: 1.4rem;
  font-family: "Microsoft YaHei", Helvetica, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
}

a {
  text-decoration: none;
}

.c {
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  margin: auto;
}

.cs {
  width: 1130px;
}

.c::after,
.clear::after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

header {
  position: relative;
  z-index: 2;
  padding: 17px 0;
  border-bottom: 3px solid rgba(2, 78, 3, 1);
}

.logo a {
  display: block;
}

.menu ul {
  padding: 0;
  margin: 0;
}

.menu ul li {
  list-style: none;
}

.menu>ul>li {
  position: relative;
  z-index: 1;
  float: left;
  margin-left: -1px;
}

.menu>ul>li>a {
  display: block;
  padding: 0 15px;
  line-height: 4;
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  border-radius: 5px;
}

.menu>ul>li>ul {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 100%;
  display: none;
  margin-top: -1px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(191, 191, 191, 1);
}

.menu>ul>li:hover>ul {
  display: none;
}

.menu>ul>li>ul>li>a {
  display: block;
  padding: 0 5px;
  line-height: 2;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.menu>ul:hover>li.on>a {
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(191, 191, 191, 1);
}

.menu>ul:hover>li.on>a::after {
  display: none;
}

.menu>ul>li:hover>a,
.menu>ul>li:hover.on>a,
.menu>ul>li.on>a {
  color: rgba(255, 255, 255, 1);
  background: rgba(101, 153, 44, 1);
  border-color: rgba(101, 153, 44, 1);
}

.menu>ul>li:hover>a::after,
.menu>ul>li:hover.on>a::after,
.menu>ul>li.on>a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px 5px 0 0;
}

.menu>ul>li>ul>li>a:hover {
  color: rgba(101, 153, 44, 1);
}

.mv {
  /* padding: 0 0 30px; */
}

.mv .swiper-pagination {
  /* top: 100%; */
  /* bottom: auto; */
  padding: 10px 0 0;
}

.mv .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background: rgba(210, 210, 210, 1);
  border-radius: 5px;
  opacity: 1;
}

.mv .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(2, 78, 3, 1);
}

.t {
  padding: 30px 0 0;
  text-align: center;
}

.t h2 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.5;
  color: rgba(98, 98, 98, 1);
}

.t h2::before,
.t h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: rgba(210, 210, 210, 1);
}

.t h2::before {
  left: -105px;
}

.t h2::after {
  right: -105px;
}

.t h3 {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(160, 160, 160, 1);
  border-bottom: 3px dashed rgba(102, 154, 44, 1);
}

.t span {
  display: block;
  padding: 20px 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: rgba(102, 154, 44, 1);
}

.cs .txt {
  padding: 20px 0 30px;
}

.txt p {
  /* padding: 10px 0; */
  line-height: 24px;
  text-align: justify;
  color: rgba(98, 98, 98, 1);
}

.btn {
  padding: 20px;
  text-align: center;
}

.btn a {
  display: inline-block;
  padding: 0 35px;
  line-height: 2.5;
  color: rgba(255, 255, 255, 1);
  background: rgba(102, 154, 44, 1);
  border-radius: 100px;
}

.btn a:hover {
  opacity: 0.8;
}

.list-item {
  display: flex;
  padding: 30px 5px 0;
}

.list-item .date {
  flex: 0 0 115px;
  padding: 10px 0 0;
}

.date strong {
  display: block;
  font-size: 2rem;
  color: rgba(102, 154, 44, 1);
}

.date span {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(160, 160, 160, 1);
}

.list-item .info-img {
  flex: auto;
  justify-content: space-between;
  display: flex;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.info-img .img {
  width: 300px;
}

.info-img .img img {
  display: block;
}

.info-img .info {
  width: 685px;
  padding: 10px 0;
}

.info-img .info strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-img .info strong a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(102, 154, 44, 1);
}

.info-img .info span {
  display: block;
  height: 48px;
  line-height: 24px;
  color: rgba(98, 98, 98, 1);
  overflow: hidden;
}

.info-img .info small {
  font-size: 1.4rem;
}

.info-img .info small a {
  color: rgba(102, 154, 44, 1);
}

.info-img .info small a:hover {
  text-decoration: underline;
}

.footer {
  padding: 20px 0;
  background: rgba(244, 244, 234, 1);
  border-top: 1px solid rgba(210, 210, 210, 1);
  border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.flogo img {
  display: block;
  height: 45px;
}

.fmenu ul {
  padding: 0;
  margin: 0;
}

.fmenu ul li {
  display: inline-block;
  padding: 0 30px 0 0;
  list-style: none;
}

.fmenu ul li a {
  display: block;
  line-height: 40px;
  color: rgba(0, 0, 0, 1);
}

.fmenu ul li a:hover {
  text-decoration: underline;
}

.finfo {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
}

.finfo p {
  padding: 0 0 0 30px;
  font-size: 1.2rem;
}

.finfo p span {
  padding: 0 0 0 20px;
}

.finfo p a {
  color: rgba(0, 0, 0, 1);
}

.copyright {
  padding: 16px;
}

.copyright p {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

.smv img {
  display: block;
  width: 100%;
}

.breadcrumb {
  padding: 25px 0 15px;
  line-height: 2;
  border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.breadcrumb a {
  vertical-align: middle;
  color: rgba(98, 98, 98, 1);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  vertical-align: middle;
  background: url(../img/icon-arr.png) no-repeat center rgba(238, 238, 238, 1);
  border-radius: 50%;
}

.breadcrumb span {
  vertical-align: middle;
  color: rgba(98, 98, 98, 1);
}

.sub {
  padding: 20px 0;
}

.sub ul {
  padding: 0;
  margin: 0;
}

.sub ul li {
  position: relative;
  float: left;
  list-style: none;
  margin-left: -1px;
}

.sub ul li a {
  display: block;
  padding: 0 25px;
  font-size: 1.6rem;
  line-height: 2.5;
  color: rgba(98, 98, 98, 1);
  border: 1px solid rgba(191, 191, 191, 1);
  border-radius: 5px;
}

.sub ul .on a {
  color: rgba(255, 255, 255, 1);
  background: rgba(101, 153, 44, 1);
  border-color: rgba(101, 153, 44, 1);
}

.sub ul .on a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px 5px 0 0;
}

.title {
  padding: 10px 0;
}

.title h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  color: rgba(102, 154, 44, 1);
}

.ntitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.ntitle .date {
  width: 60px;
  padding: 0 10px 0 0;
}

.ntitle .return {
  width: 80px;
  text-align: center;
  font-weight: bold;
  color: rgba(214, 65, 22, 1);
}

.ntitle .return:hover {
  text-decoration: underline;
}

.ntitle h2 {
  box-sizing: border-box;
  width: 990px;
  padding: 0 10px 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(102, 154, 44, 1);
}

.pagelist {
  padding: 30px;
  text-align: center;
}

.pagelist>* {
  display: inline-block;
  padding: 0 8px;
  margin: 0 3px;
  font-size: 12px;
  line-height: 28px;
  color: #000000;
  border: 1px solid #d2d2d2;
}

.pagelist span {
  cursor: default;
}

.pagelist a:hover {
  background: rgba(102, 154, 44, 1);
}

.pagelist .on {
  color: #FFFFFF;
  background: rgba(102, 154, 44, 1);
}

.pro {
  width: 1131px;
  padding: 10px 0;
  margin: auto;
  overflow: hidden;
}

.pro ul {
  padding: 0;
  margin: -18px 0 0 -18px;
}

.pro ul li {
  position: relative;
  float: left;
  width: 265px;
  height: 225px;
  margin: 18px 0 0 18px;
  list-style: none;
  overflow: hidden;
}

.pro ul li img {
  display: block;
}

.pro ul li a {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: block;
  min-width: 110px;
  padding: 0 10px;
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(102, 154, 44, 1);
  border: 2px solid rgba(102, 154, 44, 1);
  border-radius: 100px;
}

.pro ul li a:hover {
  color: rgba(102, 154, 44, 1);
  background: rgba(255, 255, 255, 1);
}

.contact {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
}

.contact .txt {
  width: 270px;
  word-break: break-all;
}

.contact .map {
  width: 835px;
}